home *** CD-ROM | disk | FTP | other *** search
- *** 1.17 1992/04/19 16:47:42
- --- Changelog 1992/06/03 19:05:10
- ***************
- *** 280,282 ****
- --- 280,287 ----
- use whichever forms they prefer.
-
- ------------------------------- Patchlevel 23------------------------
- +
- + *.h:: ++jrb
- + part of the common MiNT/tos lib headers adjustments.
- +
- + ------------------------------- Patchlevel 24------------------------
- *** 1.15 1992/04/19 16:47:42
- --- PatchLev.h 1992/06/03 19:05:11
- ***************
- *** 1,4 ****
- ! #define PatchLevel "23"
-
- /*
- * the Patch Level above is to identify the version
- --- 1,4 ----
- ! #define PatchLevel "24"
-
- /*
- * the Patch Level above is to identify the version
- *** 1.10 1992/01/29 19:04:38
- --- aesbind.h 1992/06/03 19:05:12
- ***************
- *** 6,12 ****
- # include <compiler.h>
- #endif
-
- ! #if defined(__cplusplus)
- extern "C" {
- #endif
-
- --- 6,12 ----
- # include <compiler.h>
- #endif
-
- ! #ifdef __cplusplus
- extern "C" {
- #endif
-
- ***************
- *** 149,155 ****
- __EXTERN int rc_intersect __PROTO((GRECT *r1, GRECT *r2));
- __EXTERN int *grect_to_array __PROTO((GRECT *area, int *array));
-
- ! #if defined(__cplusplus)
- }
- #endif
-
- --- 149,155 ----
- __EXTERN int rc_intersect __PROTO((GRECT *r1, GRECT *r2));
- __EXTERN int *grect_to_array __PROTO((GRECT *area, int *array));
-
- ! #ifdef __cplusplus
- }
- #endif
-
- *** 1.10 1992/01/29 19:04:38
- --- gemfast.h 1992/06/03 19:05:16
- ***************
- *** 1,7 ****
- #ifndef _GEMFAST_H
- #define _GEMFAST_H
-
- ! #if defined(__cplusplus)
- extern "C" {
- #endif
-
- --- 1,7 ----
- #ifndef _GEMFAST_H
- #define _GEMFAST_H
-
- ! #ifdef __cplusplus
- extern "C" {
- #endif
-
- ***************
- *** 248,254 ****
-
- /* VDI Memory Form Definition Block */
-
- ! #if !defined(__MFDB__) && !defined(_ALT_MFDB) && !defined(__ALT_MFDB__)
- #define __MFDB__
-
- typedef struct
- --- 248,257 ----
-
- /* VDI Memory Form Definition Block */
-
- ! #ifndef __MFDB__
- ! #ifndef _ALT_MFDB
- ! #ifndef __ALT_MFDB__
- !
- #define __MFDB__
-
- typedef struct
- ***************
- *** 265,270 ****
- --- 268,275 ----
- short fd_r2; /* Reserved */
- short fd_r3; /* Reserved */
- } MFDB;
- + #endif
- + #endif
- #endif /* __MFDB__ */
-
- #ifdef __ALT_MFDB__
- ***************
- *** 491,497 ****
- extern void *_addrin[], *_addrout[];
- extern int gl_apid, gl_ap_version;
-
- ! #if defined(__cplusplus)
- }
- #endif
-
- --- 496,502 ----
- extern void *_addrin[], *_addrout[];
- extern int gl_apid, gl_ap_version;
-
- ! #ifdef __cplusplus
- }
- #endif
-
- *** 1.11 1992/03/23 01:37:42
- --- vdibind.h 1992/06/03 19:05:17
- ***************
- *** 5,11 ****
- # include <compiler.h>
- #endif
-
- ! #if defined(__cplusplus)
- extern "C" {
- #endif
-
- --- 5,11 ----
- # include <compiler.h>
- #endif
-
- ! #ifdef __cplusplus
- extern "C" {
- #endif
-
- ***************
- *** 267,273 ****
- #define GDOS_FSM 0x5F46534DL /* '_FSM' */
- #define GDOS_FNT 0x5F464E54L /* '_FNT' */
-
- ! #if ((defined(__GNUC__)) && (!defined(__NO_INLINE__)))
- #define vq_vgdos() \
- ({ \
- register unsigned long ret __asm__("d0"); \
- --- 267,273 ----
- #define GDOS_FSM 0x5F46534DL /* '_FSM' */
- #define GDOS_FNT 0x5F464E54L /* '_FNT' */
-
- ! #ifdef __GNUC_INLINE__
- #define vq_vgdos() \
- ({ \
- register unsigned long ret __asm__("d0"); \
- ***************
- *** 424,430 ****
- __EXTERN void v_bez_off __PROTO((int handle));
- #endif /* ALTERNATE */
-
- ! #if defined(__cplusplus)
- }
- #endif
-
- --- 424,430 ----
- __EXTERN void v_bez_off __PROTO((int handle));
- #endif /* ALTERNATE */
-
- ! #ifdef __cplusplus
- }
- #endif
-
-